home *** CD-ROM | disk | FTP | other *** search
/ Risc World 5 / Risc World 5.iso / SOFTWARE / Issue3 / Games / xrick / !xrick / include / h / e_them < prev    next >
Text File  |  2004-06-24  |  720b  |  30 lines

  1. /*
  2.  * xrick/include/e_them.h
  3.  *
  4.  * Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net). All rights reserved.
  5.  *
  6.  * The use and distribution terms for this software are contained in the file
  7.  * named README, which can be found in the root of this distribution. By
  8.  * using this software in any fashion, you are agreeing to be bound by the
  9.  * terms of this license.
  10.  *
  11.  * You must not remove this notice, or any other, from this software.
  12.  */
  13.  
  14. #ifndef _E_THEM_H
  15. #define _E_THEM_H
  16.  
  17. #include "system.h"
  18.  
  19. extern U32 e_them_rndseed;
  20.  
  21. extern void e_them_t1a_action(U8);
  22. extern void e_them_t1b_action(U8);
  23. extern void e_them_t2_action(U8);
  24. extern void e_them_t3_action(U8);
  25. extern void e_them_z_action(U8);
  26.  
  27. #endif
  28.  
  29. /* eof */
  30.